Click or drag to resize

PushSubscription Constructor (StandardFolder, IListEventType, String, Int32)

Initializes a new instance of the PushSubscription class.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public PushSubscription(
	StandardFolder standardFolder,
	IList<EventType> eventTypes,
	string url,
	int statusFrequency
)

Parameters

standardFolder
Type: Independentsoft.ExchangeStandardFolder
eventTypes
Type: System.Collections.GenericIListEventType
url
Type: SystemString
statusFrequency
Type: SystemInt32
See Also